@charset "UTF-8";
*{
	margin: 0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
#Loverslament h1{
	color: #800020;
	width: 100%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Berkshire Swash, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0 9%;
		
}

#Loverslament{
	color: #800020;
	width: 79%;
	text-align: left;
	letter-spacing: 0.2em;
	font-family: Berkshire Swash, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	background: url("Images/Lovers LamentBG2.jpg");
	background-repeat: no-repeat;
	margin: 0 auto; 
	padding:  2% 5% 2% 36%;
	border: 6px solid red;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	
}
.Copyright1{
	width: 100%;
	text-align: left;
	font-family: Berkshire Swash, serif;
	font-size: 70%;
	line-height: 1.4;
	margin: 0 0 0 0;
	padding: 2% 0;
	
}

/*	MEDIA QUEIRIES ONWARDS*/


@media screen and (max-width: 1280px){
	#Loverslament{
		width: 76%;
		background: url("Images/Lovers LamentBG1280.jpg");
		background-repeat: no-repeat;
		margin: 2% auto; 
		padding:  4% 0 2% 38%;
	}
}
@media screen and (max-width: 1024px){
	#Loverslament{
		width: 89%;
		background: url("Images/Lovers LamentBG1024.jpg");
		background-repeat: no-repeat;
		margin: 2% auto; 
		padding:  5% 1% 1% 39%;
	}
}

@media screen and (max-width: 768px){
	#Loverslament{
		width: 89%;
		letter-spacing: 0.2em;
		font-family: Berkshire Swash, serif;
		font-size: 90%;
		font-weight: bold;
		line-height: 1.4;
		background: url("Images/Lovers LamentBG768.jpg");
		background-repeat: no-repeat;
		margin: 0 auto; 
		padding:  4% 1% 2% 40%;
	}
}

@media screen and (max-width: 640px){
	#Loverslament{
		width: 96%;
		letter-spacing: 0.2em;
		font-family: Berkshire Swash, serif;
		font-size: 80%;
		font-weight: bold;
		line-height: 1.4;
		background: url("Images/Lovers LamentBG640.jpg");
		background-repeat: no-repeat;
		margin: 0 1.5%; 
		padding:  1.4% 1% 3.5% 44%;
	}
}

@media screen and (max-width: 500px){
	#Loverslament{
		width: 98%;
		letter-spacing: 0.2em;
		font-family: Berkshire Swash, serif;
		font-size: 50%;
		font-weight: bold;
		line-height: 1.4;
		background: url("Images/Lovers Lament500.jpg");
		background-repeat: no-repeat;
		margin: 0 auto; 
		padding:  4% 2% 3% 49%;
	}
}

@media screen and (max-width: 480px){
	#Loverslament{
		width: 98%;
		letter-spacing: 0.2em;
		font-family: Berkshire Swash, serif;
		font-size: 50%;
		font-weight: bold;
		line-height: 1.4;
		background: url("Images/Lovers Lament500.jpg");
		background-repeat: no-repeat;
		margin: 0 auto; 
		padding:  5% 2% 3% 49%;
	}
}






